2008-03-02 Johan Dahlin <johan@gnome.org>
* docs/tutorial/gtk-tut.sgml: Remove an extra space and swap word order
(#518166, Matt Kraai)
svn path=/trunk/; revision=19692
+2008-03-02 Johan Dahlin <johan@gnome.org>
+
+ * docs/tutorial/gtk-tut.sgml: Remove an extra space and swap word order
+ (#518166, Matt Kraai)
+
2008-03-02 Johan Dahlin <johan@gnome.org>
* docs/tutorial/gtk-tut.sgml: Add a missing space
<programlisting role="C">
GtkWidget *gtk_spin_button_new( GtkAdjustment *adjustment,
- gdouble climb_rate,
+ gdouble climb_rate,
guint digits );
</programlisting>
inserted text and syncing its value with the values of the
Adjustment.</para>
-<para>In the case of <literal>GTK_UPDATE_IF_VALID</literal> the Spin Button only value
+<para>In the case of <literal>GTK_UPDATE_IF_VALID</literal> the Spin Button value only
gets changed if the text input is a numeric value that is within the
range specified by the Adjustment. Otherwise the text is reset to the
current value.</para>